home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
NEWSOFT
/
JUNE
/
ZERILINK
/
LINKCONF
< prev
next >
Wrap
Text File
|
1997-05-03
|
2KB
|
107 lines
;
;
;
; A commonly usable ZeriLink configuration file (Acorn side)
;
; Load using '*LinkConfigure <this file's name>' in your boot sequence
;
;
;
;
; Mode <mode>
; -----------
; Receive and transmit. Set link mode to <mode> (ECP or BIDIR). The
; other side should be set to the same link mode. The default link
; mode is BIDIR.
;
Mode ECP
;
; MapChar '<badchar> '<goodchar>
; ------------------------------
; Receive only. Map leafname character <badchar> to <goodchar>. The
; default map consists of characters [32..126] mapped to themselves,
; and the other characters mapped to 'end of leafname' (0).
;
MapChar '? '#
MapChar '# '?
MapChar '& '+
MapChar '@ '=
MapChar '% ';
MapChar '$ '<
MapChar '^ '>
MapChar '. '/
MapChar ' '_
;
; LeafLength <length>
; -------------------
; Receive only. Limit leafname lengths to the decimal value <length>.
; Excess characters are discarded. The default leafname length is 255
; (i.e. no real limit). If you have used '*Configure Truncate on' (see
; '*Status'), you may leave LeafLength at 255 (RISC OS will truncate
; the leafname itself).
;
LeafLength 255
;
; ExtToType <extension> <filetype>
; --------------------------------
; Receive only. Map DOS extension <extension> (case-insensitive) to
; Acorn filetype &<filetype>. Extensions may be any number of
; characters long. Only hexadecimal values for <filetype> are allowed,
; see '*Show File$Type*' if you need the hexadecimal value for a
; filetype name. The default map is empty (no translations are made).
;
ExtToType img 692
ExtToType iff 693
ExtToType gif 695
ExtToType pcx 697
ExtToType qrt 698
ExtToType mtv 699
ExtToType bmp 69C
ExtToType tga 69D
ExtToType pbm 69E
ExtToType msx 6A0
ExtToType rle 6A1
ExtToType jpg C85
ExtToType tif FF0
ExtToType dxf DEA
ExtToType csv DFE
ExtToType tar C46
ExtToType arc DDC
ExtToType zip DDC
ExtToType lzh DDC
ExtToType zoo DDC
ExtToType arj DDC
ExtToType gz DDC
ExtToType z DDC
ExtToType txt FFF
ExtToType doc FFF
ExtToType pas FFF
ExtToType cc FFF
ExtToType hh FFF
ExtToType c FFF
ExtToType h FFF
ExtToType bas FFB
ExtToType bat FFE
ExtToType btm FFE
ExtToType exe FF8
ExtToType com FF8
;
; NoExtToType <filetype>
; ----------------------
; Receive only. If a DOS extension cannot be mapped, leave it
; in the leafname, and use Acorn filetype &<filetype>. Further
; comments as for ExtToType. The default extension is FE4 (DOS).
;
NoExtToType FE4